Skip to main content

All Questions

1vote
0answers
59views

sklearn - OneHotEncoding and SelectPercintile

in sklearn example there is a code ...
Maciej778's user avatar
2votes
2answers
2kviews

Scikit-learn OneHotEncoder effect on feature selection

If I need to run feature selection on my dataset isn't it problematic to use OneHotEncoder? Couldn't it then decide to remove a one of the encoding columns? How should I deal with this? Thank you.
TomasB's user avatar

close